DioDocs for PDF
Insert メソッド (StructTreeItemCollectionWrapper<TItem>)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Structure 名前空間 > StructTreeItemCollectionWrapper<TItem> クラス : Insert メソッド
アイテムを挿入する0 から始まるインデックス。
挿入するオブジェクト。参照タイプの場合、値は null にすることができます。
コレクションの指定されたインデックスに要素を挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As TItem _
) 
public void Insert( 
   System.int index,
   TItem item
)

パラメータ

index
アイテムを挿入する0 から始まるインデックス。
item
挿入するオブジェクト。参照タイプの場合、値は null にすることができます。
参照

StructTreeItemCollectionWrapper<TItem> クラス
StructTreeItemCollectionWrapper<TItem> メンバ